home *** CD-ROM | disk | FTP | other *** search
- Path: hermes.dna.mci.com!news
- From: 0006577049@mcimail.com (Eric Brown)
- Newsgroups: comp.unix.programmer,comp.lang.c,comp.unix.internals
- Subject: Re: C compiler Error on EXEC SQL
- Date: 12 Apr 1996 12:15:22 GMT
- Organization: MCI Communications Corp.
- Message-ID: <4klhgq$v8@hermes.dna.mci.com>
- References: <4kkej2$3ta@news.cc.utah.edu> <smryanDpqH4n.JIM@netcom.com>
- Reply-To: 0006577049@mcimail.com (Eric Brown)
- NNTP-Posting-Host: 166.41.58.157
- X-Newsreader: IBM NewsReader/2 v1.00
-
- In <smryanDpqH4n.JIM@netcom.com>, smryan@netcom.com (@#$%!?!) writes:
- >: I post this for my friend who has no access to the internet and would like to
- >: get help from C experts in the Net. She has a C program left over from a guy
- >: left the company. The C source code is included below as well as the compiler
- >: error generated by HP UNIX. What is the EXEC SQL instruction ? It doesn't seem
- >: to be a standard C.
- >
- >System Query Language?
- >
- >This looks like it is supposed to be preprocessed by a database system into
- >legitimate C before compilation.
- >
- >--
- >The Queen, amused, in quiet power, | smryan@netcom.com PO Box 1563
- >will draw the son to darkenned bower. | Cupertino, California
- >Her face is fair, her fragrance rare, | (xxx)xxx-xxxx 95015
- >with woven webs for wayward flower. | I don't use no smileys
-
- Structured Query Lamguage. It is used by relational databases such as DB2, Informix,
- Sybase, and Oracle to allow batch or online programs interact with such databases.
- As was noted above, the EXEC SQL tag identifies a piece of code to be preprocessed
- by an SQL preprocessor. Your friend must have one of these databases (or could be
- one of the other 'off-brands').
-
- Eric Brown
- Colorado Springs, CO
-
- *********************************************************************
- * The opinions expressed herein do not reflect those of my employer *
- *********************************************************************
-
-